Skip to main content

SqliteExpression<T>

Assembly: ServiceStack.OrmLite.Sqlite.dll
View Source
Declaration
public class SqliteExpression<T> : SqlExpression<T>, ISqlExpression, IHasUntypedSqlExpression, IHasDialectProvider

Methods

VisitColumnAccessMethod(MethodCallExpression)

View Source
Declaration
protected override object VisitColumnAccessMethod(MethodCallExpression m)
Returns

System.Object

Parameters
TypeName
System.Linq.Expressions.MethodCallExpressionm

VisitSqlMethodCall(MethodCallExpression)

View Source
Declaration
protected override object VisitSqlMethodCall(MethodCallExpression m)
Returns

System.Object

Parameters
TypeName
System.Linq.Expressions.MethodCallExpressionm

ToLengthPartialString(Object)

View Source
Declaration
protected override PartialSqlString ToLengthPartialString(object arg)
Returns

ServiceStack.OrmLite.PartialSqlString

Parameters
TypeName
System.Objectarg

Implements